lcMlineGetVerPt Home

Returns a handle to the multiline vertex which is placed near the specified point.

 HANDLE lcMlineGetVerPt (
   HANDLE hMline,
   double X,
   double Y,
   double Delta
 );

Parameters
hMline
  Handle to a multiline object.
X Y
  The target point.
Delta
  Defines the selecting square around the X,Y point.

Return Value

  Handle to a vertex or NULL if there was not found any vertex.